feat: streaming in speech to text transcription#168
Merged
mkopcins merged 8 commits intov0.4.0-rc1from May 19, 2025
Merged
Conversation
72b2505 to
0f270a7
Compare
mkopcins
requested changes
Apr 10, 2025
mkopcins
requested changes
Apr 15, 2025
Collaborator
mkopcins
left a comment
There was a problem hiding this comment.
Resolve conflicts, I will test it tomorrow, but looks ok in general
NorbertKlockiewicz
requested changes
Apr 17, 2025
mkopcins
requested changes
Apr 17, 2025
<!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) - [x] iOS - [x] Android <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> <!-- Add screenshots here, if applicable --> <!-- Link related issues here using #issue-number --> - [x] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
86cde69 to
f6f8f31
Compare
improved error handling, minor refactoring
f6f8f31 to
a4c262a
Compare
ddec73b to
135eb72
Compare
pweglik
suggested changes
May 15, 2025
Contributor
pweglik
left a comment
There was a problem hiding this comment.
Some questions, but my main issue is including stuff from speech to text in llm example
ab5526d to
7d0afa8
Compare
7d0afa8 to
293a03b
Compare
pweglik
suggested changes
May 19, 2025
cd2a5bd to
65874ff
Compare
65874ff to
cb1503a
Compare
mkopcins
approved these changes
May 19, 2025
pweglik
reviewed
May 19, 2025
pweglik
approved these changes
May 19, 2025
b70ce33 to
ab92c64
Compare
NorbertKlockiewicz
approved these changes
May 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of change
Tested on
Testing instructions
Screenshots
Related issues
Checklist
Additional notes